home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -serious- / gfxcard / chunkyppc / chunkyppcbase.h < prev    next >
C/C++ Source or Header  |  1999-09-06  |  171b  |  10 lines

  1. #ifndef CHUNKYPPCBASE_H
  2.  
  3. typedef struct {
  4.    struct Library         lib_node;
  5.    APTR                   seg_list;
  6.    struct ExecBase       *sys_base;
  7. } ChunkyPPC;
  8.  
  9. #endif
  10.